Color Hex Logo

#cdebbe Color Hex

#CDEBBE
(205,235,190)
0 Favorites   0 Comments

Color spaces of #cdebbe

RGB 205235190
HSL0.280.530.83
HSV100°19°92°
CMYK 0.130.000.19   0.08
XYZ64.179476.113560.0240
Yxy76.11350.32040.3800
Hunter Lab87.2431-21.363820.2781
CIE-Lab89.9120-17.863018.6166

#cdebbe color RGB value is (205,235,190).

#cdebbe hex color red value is 205, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cdebbe hue: 0.28 , saturation: 0.53 and the lightness value of cdebbe is 0.83.

The process color (four color CMYK) of #cdebbe color hex is 0.13, 0.00, 0.19, 0.08. Web safe color of #cdebbe is #ccffcc. Color #cdebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 10111110
Octal 315 353 276
Decimal 205 235 190
Hex CD EB BE

RGB Percentages of Color #cdebbe

%32.54
%37.30
%30.16

CMYK Percentages of Color #cdebbe

%13
%0
%19
%8

Triadic Colors of #cdebbe

#cdebbe #becdeb #ebbecd

Analogous Colors of #cdebbe

#cdebbe #beebc6 #e4ebbe

Monochromatic Colors of #cdebbe

#cdebbe

Complementary Color

#cdebbe #dcbeeb

#cdebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdebbe Color CSS Codes

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

#cdebbe Text Font Color

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

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


#cdebbe Background Color

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

This div background color is #cdebbe


#cdebbe Border Color

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

This div border color is #cdebbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,235,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 #cdebbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdebbe


Comments

No comments written yet.

Please login to write comment.