Color Hex Logo

#c4eaeb Color Hex

#C4EAEB
(196,234,235)
0 Favorites   0 Comments

Color spaces of #c4eaeb

RGB 196234235
HSL0.500.490.85
HSV182°17°92°
CMYK 0.170.000.00   0.08
XYZ67.183276.579689.8377
Yxy76.57960.28760.3278
Hunter Lab87.5098-16.10370.3896
CIE-Lab90.1278-12.0535-4.6053

#c4eaeb color RGB value is (196,234,235).

#c4eaeb hex color red value is 196, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c4eaeb hue: 0.50 , saturation: 0.49 and the lightness value of c4eaeb is 0.85.

The process color (four color CMYK) of #c4eaeb color hex is 0.17, 0.00, 0.00, 0.08. Web safe color of #c4eaeb is #ccffff. Color #c4eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11101011
Octal 304 352 353
Decimal 196 234 235
Hex C4 EA EB

RGB Percentages of Color #c4eaeb

%29.47
%35.19
%35.34

CMYK Percentages of Color #c4eaeb

%17
%0
%0
%8

Triadic Colors of #c4eaeb

#c4eaeb #ebc4ea #eaebc4

Analogous Colors of #c4eaeb

#c4eaeb #c4d7eb #c4ebd9

Monochromatic Colors of #c4eaeb

#c4eaeb

Complementary Color

#c4eaeb #ebc5c4

#c4eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eaeb Color CSS Codes

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

#c4eaeb Text Font Color

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

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


#c4eaeb Background Color

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

This div background color is #c4eaeb


#c4eaeb Border Color

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

This div border color is #c4eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eaeb


Comments

No comments written yet.

Please login to write comment.