Color Hex Logo

#cffcf9 Color Hex

#CFFCF9
(207,252,249)
0 Favorites   0 Comments

Color spaces of #cffcf9

RGB 207252249
HSL0.490.880.90
HSV176°18°99°
CMYK 0.180.000.01   0.01
XYZ77.641489.7258102.8492
Yxy89.72580.28730.3321
Hunter Lab94.7237-19.45691.9306
CIE-Lab95.8829-14.8544-3.3336

#cffcf9 color RGB value is (207,252,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 11111001
Octal 317 374 371
Decimal 207 252 249
Hex CF FC F9

RGB Percentages of Color #cffcf9

%29.24
%35.59
%35.17

CMYK Percentages of Color #cffcf9

%18
%0
%1
%1

Triadic Colors of #cffcf9

#cffcf9 #f9cffc #fcf9cf

Analogous Colors of #cffcf9

#cffcf9 #cfe9fc #cffce3

Monochromatic Colors of #cffcf9

#cffcf9

Complementary Color

#cffcf9 #fccfd2

#cffcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffcf9 Color CSS Codes

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

#cffcf9 Text Font Color

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

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


#cffcf9 Background Color

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

This div background color is #cffcf9


#cffcf9 Border Color

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

This div border color is #cffcf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,252,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.