Color Hex Logo

#c5fcee Color Hex

#C5FCEE
(197,252,238)
0 Favorites   0 Comments

Color spaces of #c5fcee

RGB 197252238
HSL0.460.900.88
HSV165°22°99°
CMYK 0.220.000.06   0.01
XYZ73.269087.664293.9481
Yxy87.66420.28750.3439
Hunter Lab93.6292-24.16686.0484
CIE-Lab95.0194-20.07611.0102

#c5fcee color RGB value is (197,252,238).

#c5fcee hex color red value is 197, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c5fcee hue: 0.46 , saturation: 0.90 and the lightness value of c5fcee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111100 11101110
Octal 305 374 356
Decimal 197 252 238
Hex C5 FC EE

RGB Percentages of Color #c5fcee

%28.68
%36.68
%34.64

CMYK Percentages of Color #c5fcee

%22
%0
%6
%1

Triadic Colors of #c5fcee

#c5fcee #eec5fc #fceec5

Analogous Colors of #c5fcee

#c5fcee #c5effc #c5fcd3

Monochromatic Colors of #c5fcee

#c5fcee

Complementary Color

#c5fcee #fcc5d3

#c5fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fcee Color CSS Codes

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

#c5fcee Text Font Color

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

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


#c5fcee Background Color

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

This div background color is #c5fcee


#c5fcee Border Color

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

This div border color is #c5fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.