Color Hex Logo

#ccedbf Color Hex

#CCEDBF
(204,237,191)
0 Favorites   0 Comments

Color spaces of #ccedbf

RGB 204237191
HSL0.290.560.84
HSV103°19°93°
CMYK 0.140.000.19   0.07
XYZ64.590077.167360.7807
Yxy77.16730.31890.3810
Hunter Lab87.8449-22.482420.4682
CIE-Lab90.3986-19.026718.7692

#ccedbf color RGB value is (204,237,191).

#ccedbf hex color red value is 204, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccedbf hue: 0.29 , saturation: 0.56 and the lightness value of ccedbf is 0.84.

The process color (four color CMYK) of #ccedbf color hex is 0.14, 0.00, 0.19, 0.07. Web safe color of #ccedbf is #ccffcc. Color #ccedbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 10111111
Octal 314 355 277
Decimal 204 237 191
Hex CC ED BF

RGB Percentages of Color #ccedbf

%32.28
%37.50
%30.22

CMYK Percentages of Color #ccedbf

%14
%0
%19
%7

Triadic Colors of #ccedbf

#ccedbf #bfcced #edbfcc

Analogous Colors of #ccedbf

#ccedbf #bfedc9 #e3edbf

Monochromatic Colors of #ccedbf

#ccedbf

Complementary Color

#ccedbf #e0bfed

#ccedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedbf Color CSS Codes

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

#ccedbf Text Font Color

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

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


#ccedbf Background Color

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

This div background color is #ccedbf


#ccedbf Border Color

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

This div border color is #ccedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedbf


Comments

No comments written yet.

Please login to write comment.