Color Hex Logo

#ccdfbe Color Hex

#CCDFBE
(204,223,190)
0 Favorites   0 Comments

Color spaces of #ccdfbe

RGB 204223190
HSL0.260.340.81
HSV95°15°87°
CMYK 0.090.000.15   0.13
XYZ60.583869.330458.9042
Yxy69.33040.32090.3672
Hunter Lab83.2649-15.836316.3418
CIE-Lab86.6674-12.227214.0486

#ccdfbe color RGB value is (204,223,190).

#ccdfbe hex color red value is 204, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ccdfbe hue: 0.26 , saturation: 0.34 and the lightness value of ccdfbe is 0.81.

The process color (four color CMYK) of #ccdfbe color hex is 0.09, 0.00, 0.15, 0.13. Web safe color of #ccdfbe is #cccccc. Color #ccdfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10111110
Octal 314 337 276
Decimal 204 223 190
Hex CC DF BE

RGB Percentages of Color #ccdfbe

%33.06
%36.14
%30.79

CMYK Percentages of Color #ccdfbe

%9
%0
%15
%13

Triadic Colors of #ccdfbe

#ccdfbe #beccdf #dfbecc

Analogous Colors of #ccdfbe

#ccdfbe #bedfc1 #dddfbe

Monochromatic Colors of #ccdfbe

#ccdfbe

Complementary Color

#ccdfbe #d1bedf

#ccdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfbe Color CSS Codes

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

#ccdfbe Text Font Color

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

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


#ccdfbe Background Color

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

This div background color is #ccdfbe


#ccdfbe Border Color

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

This div border color is #ccdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfbe


Comments

No comments written yet.

Please login to write comment.