Color Hex Logo

#c4e6ef Color Hex

#C4E6EF
(196,230,239)
0 Favorites   0 Comments

Color spaces of #c4e6ef

RGB 196230239
HSL0.530.570.85
HSV193°18°94°
CMYK 0.180.040.00   0.06
XYZ66.641874.561492.5407
Yxy74.56140.28510.3190
Hunter Lab86.3489-13.3491-3.0972
CIE-Lab89.1871-9.1988-8.0898

#c4e6ef color RGB value is (196,230,239).

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

The process color (four color CMYK) of #c4e6ef color hex is 0.18, 0.04, 0.00, 0.06. Web safe color of #c4e6ef is #ccffff. Color #c4e6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11100110 11101111
Octal 304 346 357
Decimal 196 230 239
Hex C4 E6 EF

RGB Percentages of Color #c4e6ef

%29.47
%34.59
%35.94

CMYK Percentages of Color #c4e6ef

%18
%4
%0
%6

Triadic Colors of #c4e6ef

#c4e6ef #efc4e6 #e6efc4

Analogous Colors of #c4e6ef

#c4e6ef #c4d1ef #c4efe3

Monochromatic Colors of #c4e6ef

#c4e6ef

Complementary Color

#c4e6ef #efcdc4

#c4e6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4e6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4e6ef Color CSS Codes

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

#c4e6ef Text Font Color

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

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


#c4e6ef Background Color

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

This div background color is #c4e6ef


#c4e6ef Border Color

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

This div border color is #c4e6ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,230,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 #c4e6ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4e6ef


Comments

No comments written yet.

Please login to write comment.