Color Hex Logo

#66cbda Color Hex

#66CBDA
(102,203,218)
0 Favorites   0 Comments

Color spaces of #66cbda

RGB 102203218
HSL0.520.610.63
HSV188°53°85°
CMYK 0.530.070.00   0.15
XYZ39.490350.598674.0148
Yxy50.59860.24060.3083
Hunter Lab71.1327-25.3855-11.8994
CIE-Lab76.4352-25.3316-16.4818

#66cbda color RGB value is (102,203,218).

#66cbda hex color red value is 102, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #66cbda hue: 0.52 , saturation: 0.61 and the lightness value of 66cbda is 0.63.

The process color (four color CMYK) of #66cbda color hex is 0.53, 0.07, 0.00, 0.15. Web safe color of #66cbda is #66cccc. Color #66cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001011 11011010
Octal 146 313 332
Decimal 102 203 218
Hex 66 CB DA

RGB Percentages of Color #66cbda

%19.50
%38.81
%41.68

CMYK Percentages of Color #66cbda

%53
%7
%0
%15

Triadic Colors of #66cbda

#66cbda #da66cb #cbda66

Analogous Colors of #66cbda

#66cbda #6691da #66daaf

Monochromatic Colors of #66cbda

#66cbda

Complementary Color

#66cbda #da7566

#66cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cbda Color CSS Codes

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

#66cbda Text Font Color

<p style="color:#66cbda">Text here</p>

This sample text font color is #66cbda
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.


#66cbda Background Color

<div style="background-color:#66cbda">
Div content here</div>

This div background color is #66cbda


#66cbda Border Color

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

This div border color is #66cbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,203,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66cbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66cbda;
  -webkit-box-shadow: 1px 1px 3px 2px #66cbda;
  box-shadow:         1px 1px 3px 2px #66cbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,203,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cbda


Comments

No comments written yet.

Please login to write comment.