color codes Logo

#3ebbdd color codes

#3EBBDD
(62,187,221)
0 Favorites   0 Comments

Color spaces of #3ebbdd

RGB 62187221
HSL0.540.700.55
HSV193°72°87°
CMYK 0.720.150.00   0.13
XYZ32.808141.785274.7428
Yxy41.78520.21970.2798
Hunter Lab64.6415-22.5268-23.3060
CIE-Lab70.7226-23.0651-26.9059

#3ebbdd color RGB value is (62,187,221).

#3ebbdd hex color red value is 62, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3ebbdd hue: 0.54 , saturation: 0.70 and the lightness value of 3ebbdd is 0.55.

The process color (four color CMYK) of #3ebbdd color code is 0.72, 0.15, 0.00, 0.13. Web safe color of #3ebbdd is #33cccc. Color #3ebbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111011 11011101
Octal 76 273 335
Decimal 62 187 221
Hex 3E BB DD

RGB Percentages of Color #3ebbdd

%13.19
%39.79
%47.02

CMYK Percentages of Color #3ebbdd

%72
%15
%0
%13

Triadic Colors of #3ebbdd

#3ebbdd #dd3ebb #bbdd3e

Analogous Colors of #3ebbdd

#3ebbdd #3e6cdd #3eddb0

Monochromatic Colors of #3ebbdd

#3ebbdd

Complementary Color

#3ebbdd #dd603e

#3ebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebbdd Color CSS Codes

.mybgcolor {background-color:#3ebbdd; } 
.myforecolor {color:#3ebbdd; }
.mybordercolor {border:3px solid #3ebbdd; }

#3ebbdd Text Font Color

<p style="color:#3ebbdd">Text here</p>

This sample text font color is #3ebbdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3ebbdd Background Color

<div style="background-color:#3ebbdd">
Div content here</div>

This div background color is #3ebbdd


#3ebbdd Border Color

<div style="border:3px solid #3ebbdd">
Div here</div>

This div border color is #3ebbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,187,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ebbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ebbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #3ebbdd;
  box-shadow:         1px 1px 3px 2px #3ebbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,187,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3ebbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3ebbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #3ebbdd;
  box-shadow:         1px 1px 3px 2px #3ebbdd;">
Div content here</div>

This div box has shadow with color #3ebbdd


Comments

No comments written yet.

Please login to write comment.