Color Hex Logo

#c4efed Color Hex

#C4EFED
(196,239,237)
0 Favorites   0 Comments

Color spaces of #c4efed

RGB 196239237
HSL0.490.570.85
HSV177°18°94°
CMYK 0.180.000.01   0.06
XYZ68.917579.583291.8495
Yxy79.58320.28670.3311
Hunter Lab89.2094-18.21881.4020
CIE-Lab91.4975-14.1576-3.6335

#c4efed color RGB value is (196,239,237).

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

The process color (four color CMYK) of #c4efed color hex is 0.18, 0.00, 0.01, 0.06. Web safe color of #c4efed is #ccffff. Color #c4efed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 11101101
Octal 304 357 355
Decimal 196 239 237
Hex C4 EF ED

RGB Percentages of Color #c4efed

%29.17
%35.57
%35.27

CMYK Percentages of Color #c4efed

%18
%0
%1
%6

Triadic Colors of #c4efed

#c4efed #edc4ef #efedc4

Analogous Colors of #c4efed

#c4efed #c4dcef #c4efd8

Monochromatic Colors of #c4efed

#c4efed

Complementary Color

#c4efed #efc4c6

#c4efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4efed Color CSS Codes

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

#c4efed Text Font Color

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

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


#c4efed Background Color

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

This div background color is #c4efed


#c4efed Border Color

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

This div border color is #c4efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4efed


Comments

No comments written yet.

Please login to write comment.