Color Hex Logo

#c9f5da Color Hex

#C9F5DA
(201,245,218)
0 Favorites   0 Comments

Color spaces of #c9f5da

RGB 201245218
HSL0.400.690.87
HSV143°18°96°
CMYK 0.180.000.11   0.04
XYZ69.394782.784378.6511
Yxy82.78430.30060.3586
Hunter Lab90.9859-23.083812.4379
CIE-Lab92.9199-19.25438.3424

#c9f5da color RGB value is (201,245,218).

#c9f5da hex color red value is 201, green value is 245 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c9f5da hue: 0.40 , saturation: 0.69 and the lightness value of c9f5da is 0.87.

The process color (four color CMYK) of #c9f5da color hex is 0.18, 0.00, 0.11, 0.04. Web safe color of #c9f5da is #ccffcc. Color #c9f5da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11110101 11011010
Octal 311 365 332
Decimal 201 245 218
Hex C9 F5 DA

RGB Percentages of Color #c9f5da

%30.27
%36.90
%32.83

CMYK Percentages of Color #c9f5da

%18
%0
%11
%4

Triadic Colors of #c9f5da

#c9f5da #dac9f5 #f5dac9

Analogous Colors of #c9f5da

#c9f5da #c9f5f0 #cef5c9

Monochromatic Colors of #c9f5da

#c9f5da

Complementary Color

#c9f5da #f5c9e4

#c9f5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9f5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9f5da Color CSS Codes

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

#c9f5da Text Font Color

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

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


#c9f5da Background Color

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

This div background color is #c9f5da


#c9f5da Border Color

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

This div border color is #c9f5da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,245,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9f5da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9f5da;
  -webkit-box-shadow: 1px 1px 3px 2px #c9f5da;
  box-shadow:         1px 1px 3px 2px #c9f5da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,245,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9f5da


Comments

No comments written yet.

Please login to write comment.