Color Hex Logo

#cff9da Color Hex

#CFF9DA
(207,249,218)
0 Favorites   0 Comments

Color spaces of #cff9da

RGB 207249218
HSL0.380.780.89
HSV136°17°98°
CMYK 0.170.000.12   0.02
XYZ72.262786.078779.1359
Yxy86.07870.30430.3625
Hunter Lab92.7786-23.333814.3734
CIE-Lab94.3460-19.282210.4332

#cff9da color RGB value is (207,249,218).

#cff9da hex color red value is 207, green value is 249 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cff9da hue: 0.38 , saturation: 0.78 and the lightness value of cff9da is 0.89.

The process color (four color CMYK) of #cff9da color hex is 0.17, 0.00, 0.12, 0.02. Web safe color of #cff9da is #ccffcc. Color #cff9da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 11011010
Octal 317 371 332
Decimal 207 249 218
Hex CF F9 DA

RGB Percentages of Color #cff9da

%30.71
%36.94
%32.34

CMYK Percentages of Color #cff9da

%17
%0
%12
%2

Triadic Colors of #cff9da

#cff9da #dacff9 #f9dacf

Analogous Colors of #cff9da

#cff9da #cff9ef #d9f9cf

Monochromatic Colors of #cff9da

#cff9da

Complementary Color

#cff9da #f9cfee

#cff9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff9da Color CSS Codes

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

#cff9da Text Font Color

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

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


#cff9da Background Color

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

This div background color is #cff9da


#cff9da Border Color

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

This div border color is #cff9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff9da

Related Colors


Comments

No comments written yet.

Please login to write comment.