Color Hex Logo

#c4cfef Color Hex

#C4CFEF
(196,207,239)
0 Favorites   0 Comments

Color spaces of #c4cfef

RGB 196207239
HSL0.620.570.85
HSV225°18°94°
CMYK 0.180.130.00   0.06
XYZ60.657862.593490.5461
Yxy62.59340.28370.2928
Hunter Lab79.1160-1.5980-12.4746
CIE-Lab83.22802.7729-16.9932

#c4cfef color RGB value is (196,207,239).

#c4cfef hex color red value is 196, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c4cfef hue: 0.62 , saturation: 0.57 and the lightness value of c4cfef is 0.85.

The process color (four color CMYK) of #c4cfef color hex is 0.18, 0.13, 0.00, 0.06. Web safe color of #c4cfef is #ccccff. Color #c4cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001111 11101111
Octal 304 317 357
Decimal 196 207 239
Hex C4 CF EF

RGB Percentages of Color #c4cfef

%30.53
%32.24
%37.23

CMYK Percentages of Color #c4cfef

%18
%13
%0
%6

Triadic Colors of #c4cfef

#c4cfef #efc4cf #cfefc4

Analogous Colors of #c4cfef

#c4cfef #cfc4ef #c4e5ef

Monochromatic Colors of #c4cfef

#c4cfef

Complementary Color

#c4cfef #efe4c4

#c4cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cfef Color CSS Codes

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

#c4cfef Text Font Color

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

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


#c4cfef Background Color

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

This div background color is #c4cfef


#c4cfef Border Color

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

This div border color is #c4cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cfef


Comments

No comments written yet.

Please login to write comment.