Color Hex Logo

#c2cfec Color Hex

#C2CFEC
(194,207,236)
0 Favorites   0 Comments

Color spaces of #c2cfec

RGB 194207236
HSL0.620.530.84
HSV221°18°93°
CMYK 0.180.120.00   0.07
XYZ59.701362.151188.2066
Yxy62.15110.28420.2959
Hunter Lab78.8360-2.7876-11.1522
CIE-Lab82.99371.5080-15.7632

#c2cfec color RGB value is (194,207,236).

#c2cfec hex color red value is 194, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c2cfec hue: 0.62 , saturation: 0.53 and the lightness value of c2cfec is 0.84.

The process color (four color CMYK) of #c2cfec color hex is 0.18, 0.12, 0.00, 0.07. Web safe color of #c2cfec is #ccccff. Color #c2cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001111 11101100
Octal 302 317 354
Decimal 194 207 236
Hex C2 CF EC

RGB Percentages of Color #c2cfec

%30.46
%32.50
%37.05

CMYK Percentages of Color #c2cfec

%18
%12
%0
%7

Triadic Colors of #c2cfec

#c2cfec #ecc2cf #cfecc2

Analogous Colors of #c2cfec

#c2cfec #cac2ec #c2e4ec

Monochromatic Colors of #c2cfec

#c2cfec

Complementary Color

#c2cfec #ecdfc2

#c2cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cfec Color CSS Codes

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

#c2cfec Text Font Color

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

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


#c2cfec Background Color

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

This div background color is #c2cfec


#c2cfec Border Color

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

This div border color is #c2cfec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,207,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2cfec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2cfec;
  -webkit-box-shadow: 1px 1px 3px 2px #c2cfec;
  box-shadow:         1px 1px 3px 2px #c2cfec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,207,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cfec


Comments

No comments written yet.

Please login to write comment.