Color Hex Logo

#42bfcb Color Hex

#42BFCB
(66,191,203)
0 Favorites   0 Comments

Color spaces of #42bfcb

RGB 66191203
HSL0.510.570.53
HSV185°67°80°
CMYK 0.670.060.00   0.20
XYZ31.657142.731763.0794
Yxy42.73170.23030.3108
Hunter Lab65.3695-27.9527-11.4543
CIE-Lab71.3725-30.0170-16.0847

#42bfcb color RGB value is (66,191,203).

#42bfcb hex color red value is 66, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #42bfcb hue: 0.51 , saturation: 0.57 and the lightness value of 42bfcb is 0.53.

The process color (four color CMYK) of #42bfcb color hex is 0.67, 0.06, 0.00, 0.20. Web safe color of #42bfcb is #33cccc. Color #42bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111111 11001011
Octal 102 277 313
Decimal 66 191 203
Hex 42 BF CB

RGB Percentages of Color #42bfcb

%14.35
%41.52
%44.13

CMYK Percentages of Color #42bfcb

%67
%6
%0
%20

Triadic Colors of #42bfcb

#42bfcb #cb42bf #bfcb42

Analogous Colors of #42bfcb

#42bfcb #427bcb #42cb93

Monochromatic Colors of #42bfcb

#42bfcb

Complementary Color

#42bfcb #cb4e42

#42bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bfcb Color CSS Codes

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

#42bfcb Text Font Color

<p style="color:#42bfcb">Text here</p>

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


#42bfcb Background Color

<div style="background-color:#42bfcb">
Div content here</div>

This div background color is #42bfcb


#42bfcb Border Color

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

This div border color is #42bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bfcb


Comments

No comments written yet.

Please login to write comment.