Color Hex Logo

#cbeabd Color Hex

#CBEABD
(203,234,189)
0 Favorites   0 Comments

Color spaces of #cbeabd

RGB 203234189
HSL0.280.520.83
HSV101°19°92°
CMYK 0.130.000.19   0.08
XYZ63.236775.216359.3294
Yxy75.21630.31970.3803
Hunter Lab86.7273-21.620720.1494
CIE-Lab89.4942-18.220418.5313

#cbeabd color RGB value is (203,234,189).

#cbeabd hex color red value is 203, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cbeabd hue: 0.28 , saturation: 0.52 and the lightness value of cbeabd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10111101
Octal 313 352 275
Decimal 203 234 189
Hex CB EA BD

RGB Percentages of Color #cbeabd

%32.43
%37.38
%30.19

CMYK Percentages of Color #cbeabd

%13
%0
%19
%8

Triadic Colors of #cbeabd

#cbeabd #bdcbea #eabdcb

Analogous Colors of #cbeabd

#cbeabd #bdeac6 #e2eabd

Monochromatic Colors of #cbeabd

#cbeabd

Complementary Color

#cbeabd #dcbdea

#cbeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeabd Color CSS Codes

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

#cbeabd Text Font Color

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

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


#cbeabd Background Color

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

This div background color is #cbeabd


#cbeabd Border Color

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

This div border color is #cbeabd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,234,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbeabd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbeabd;
  -webkit-box-shadow: 1px 1px 3px 2px #cbeabd;
  box-shadow:         1px 1px 3px 2px #cbeabd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,234,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeabd

#cbeabd Color Palettes


Comments

No comments written yet.

Please login to write comment.