Color Hex Logo

#c5efee Color Hex

#C5EFEE
(197,239,238)
0 Favorites   0 Comments

Color spaces of #c5efee

RGB 197239238
HSL0.500.570.85
HSV179°18°94°
CMYK 0.180.000.00   0.06
XYZ69.325179.776492.6335
Yxy79.77640.28680.3300
Hunter Lab89.3176-17.76071.0312
CIE-Lab91.5844-13.6485-4.0198

#c5efee color RGB value is (197,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101111 11101110
Octal 305 357 356
Decimal 197 239 238
Hex C5 EF EE

RGB Percentages of Color #c5efee

%29.23
%35.46
%35.31

CMYK Percentages of Color #c5efee

%18
%0
%0
%6

Triadic Colors of #c5efee

#c5efee #eec5ef #efeec5

Analogous Colors of #c5efee

#c5efee #c5dbef #c5efd9

Monochromatic Colors of #c5efee

#c5efee

Complementary Color

#c5efee #efc5c6

#c5efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5efee Color CSS Codes

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

#c5efee Text Font Color

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

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


#c5efee Background Color

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

This div background color is #c5efee


#c5efee Border Color

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

This div border color is #c5efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5efee


Comments

No comments written yet.

Please login to write comment.