Color Hex Logo

#cdeebc Color Hex

#CDEEBC
(205,238,188)
0 Favorites   0 Comments

Color spaces of #cdeebc

RGB 205238188
HSL0.280.600.84
HSV100°21°93°
CMYK 0.140.000.21   0.07
XYZ64.828577.759059.1691
Yxy77.75900.32130.3854
Hunter Lab88.1811-23.088221.9434
CIE-Lab90.6698-19.655520.7054

#cdeebc color RGB value is (205,238,188).

#cdeebc hex color red value is 205, green value is 238 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cdeebc hue: 0.28 , saturation: 0.60 and the lightness value of cdeebc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10111100
Octal 315 356 274
Decimal 205 238 188
Hex CD EE BC

RGB Percentages of Color #cdeebc

%32.49
%37.72
%29.79

CMYK Percentages of Color #cdeebc

%14
%0
%21
%7

Triadic Colors of #cdeebc

#cdeebc #bccdee #eebccd

Analogous Colors of #cdeebc

#cdeebc #bceec4 #e6eebc

Monochromatic Colors of #cdeebc

#cdeebc

Complementary Color

#cdeebc #ddbcee

#cdeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeebc Color CSS Codes

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

#cdeebc Text Font Color

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

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


#cdeebc Background Color

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

This div background color is #cdeebc


#cdeebc Border Color

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

This div border color is #cdeebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,238,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdeebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdeebc;
  -webkit-box-shadow: 1px 1px 3px 2px #cdeebc;
  box-shadow:         1px 1px 3px 2px #cdeebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,238,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeebc


Comments

No comments written yet.

Please login to write comment.