Color Hex Logo

#c5efeb Color Hex

#C5EFEB
(197,239,235)
0 Favorites   0 Comments

Color spaces of #c5efeb

RGB 197239235
HSL0.480.570.85
HSV174°18°94°
CMYK 0.180.000.02   0.06
XYZ68.887979.601590.3311
Yxy79.60150.28850.3333
Hunter Lab89.2197-18.31182.4252
CIE-Lab91.5058-14.2575-2.5722

#c5efeb color RGB value is (197,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101111 11101011
Octal 305 357 353
Decimal 197 239 235
Hex C5 EF EB

RGB Percentages of Color #c5efeb

%29.36
%35.62
%35.02

CMYK Percentages of Color #c5efeb

%18
%0
%2
%6

Triadic Colors of #c5efeb

#c5efeb #ebc5ef #efebc5

Analogous Colors of #c5efeb

#c5efeb #c5deef #c5efd6

Monochromatic Colors of #c5efeb

#c5efeb

Complementary Color

#c5efeb #efc5c9

#c5efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5efeb Color CSS Codes

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

#c5efeb Text Font Color

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

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


#c5efeb Background Color

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

This div background color is #c5efeb


#c5efeb Border Color

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

This div border color is #c5efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5efeb


Comments

No comments written yet.

Please login to write comment.