Color Hex Logo

#ccfbde Color Hex

#CCFBDE
(204,251,222)
0 Favorites   0 Comments

Color spaces of #ccfbde

RGB 204251222
HSL0.400.850.89
HSV143°19°98°
CMYK 0.190.000.12   0.02
XYZ72.583887.105782.0947
Yxy87.10570.30020.3603
Hunter Lab93.3304-24.507413.1790
CIE-Lab94.7831-20.49148.9731

#ccfbde color RGB value is (204,251,222).

#ccfbde hex color red value is 204, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccfbde hue: 0.40 , saturation: 0.85 and the lightness value of ccfbde is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 11011110
Octal 314 373 336
Decimal 204 251 222
Hex CC FB DE

RGB Percentages of Color #ccfbde

%30.13
%37.08
%32.79

CMYK Percentages of Color #ccfbde

%19
%0
%12
%2

Triadic Colors of #ccfbde

#ccfbde #deccfb #fbdecc

Analogous Colors of #ccfbde

#ccfbde #ccfbf6 #d2fbcc

Monochromatic Colors of #ccfbde

#ccfbde

Complementary Color

#ccfbde #fbcce9

#ccfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfbde Color CSS Codes

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

#ccfbde Text Font Color

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

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


#ccfbde Background Color

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

This div background color is #ccfbde


#ccfbde Border Color

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

This div border color is #ccfbde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,251,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccfbde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccfbde;
  -webkit-box-shadow: 1px 1px 3px 2px #ccfbde;
  box-shadow:         1px 1px 3px 2px #ccfbde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,251,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfbde


Comments

No comments written yet.

Please login to write comment.