Color Hex Logo

#cdebe6 Color Hex

#CDEBE6
(205,235,230)
1 Favorites   0 Comments

Color spaces of #cdebe6

RGB 205235230
HSL0.470.430.86
HSV170°13°92°
CMYK 0.130.000.02   0.08
XYZ69.168178.109086.2939
Yxy78.10900.29610.3344
Hunter Lab88.3793-14.96473.9745
CIE-Lab90.8296-10.7349-0.8955

#cdebe6 color RGB value is (205,235,230).

#cdebe6 hex color red value is 205, green value is 235 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cdebe6 hue: 0.47 , saturation: 0.43 and the lightness value of cdebe6 is 0.86.

The process color (four color CMYK) of #cdebe6 color hex is 0.13, 0.00, 0.02, 0.08. Web safe color of #cdebe6 is #ccffff. Color #cdebe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 11100110
Octal 315 353 346
Decimal 205 235 230
Hex CD EB E6

RGB Percentages of Color #cdebe6

%30.60
%35.07
%34.33

CMYK Percentages of Color #cdebe6

%13
%0
%2
%8

Triadic Colors of #cdebe6

#cdebe6 #e6cdeb #ebe6cd

Analogous Colors of #cdebe6

#cdebe6 #cde1eb #cdebd7

Monochromatic Colors of #cdebe6

#cdebe6

Complementary Color

#cdebe6 #ebcdd2

#cdebe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdebe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdebe6 Color CSS Codes

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

#cdebe6 Text Font Color

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

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


#cdebe6 Background Color

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

This div background color is #cdebe6


#cdebe6 Border Color

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

This div border color is #cdebe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdebe6


Comments

No comments written yet.

Please login to write comment.