Color Hex Logo

#42cefc Color Hex

#42CEFC
(66,206,252)
0 Favorites   0 Comments

Color spaces of #42cefc

RGB 66206252
HSL0.540.970.62
HSV195°74°99°
CMYK 0.740.180.00   0.01
XYZ41.888852.329199.9882
Yxy52.32910.21570.2695
Hunter Lab72.3389-23.2301-31.3146
CIE-Lab77.4772-22.4174-33.2309

#42cefc color RGB value is (66,206,252).

#42cefc hex color red value is 66, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #42cefc hue: 0.54 , saturation: 0.97 and the lightness value of 42cefc is 0.62.

The process color (four color CMYK) of #42cefc color hex is 0.74, 0.18, 0.00, 0.01. Web safe color of #42cefc is #33ccff. Color #42cefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 11111100
Octal 102 316 374
Decimal 66 206 252
Hex 42 CE FC

RGB Percentages of Color #42cefc

%12.60
%39.31
%48.09

CMYK Percentages of Color #42cefc

%74
%18
%0
%1

Triadic Colors of #42cefc

#42cefc #fc42ce #cefc42

Analogous Colors of #42cefc

#42cefc #4271fc #42fccd

Monochromatic Colors of #42cefc

#42cefc

Complementary Color

#42cefc #fc7042

#42cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cefc Color CSS Codes

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

#42cefc Text Font Color

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

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


#42cefc Background Color

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

This div background color is #42cefc


#42cefc Border Color

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

This div border color is #42cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.