Color Hex Logo

#cbeabc Color Hex

#CBEABC
(203,234,188)
0 Favorites   0 Comments

Color spaces of #cbeabc

RGB 203234188
HSL0.280.520.83
HSV100°20°92°
CMYK 0.130.000.20   0.08
XYZ63.128575.173058.7596
Yxy75.17300.32030.3815
Hunter Lab86.7024-21.762220.5099
CIE-Lab89.4740-18.382319.0210

#cbeabc color RGB value is (203,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 10111100
Octal 313 352 274
Decimal 203 234 188
Hex CB EA BC

RGB Percentages of Color #cbeabc

%32.48
%37.44
%30.08

CMYK Percentages of Color #cbeabc

%13
%0
%20
%8

Triadic Colors of #cbeabc

#cbeabc #bccbea #eabccb

Analogous Colors of #cbeabc

#cbeabc #bceac4 #e2eabc

Monochromatic Colors of #cbeabc

#cbeabc

Complementary Color

#cbeabc #dbbcea

#cbeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeabc Color CSS Codes

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

#cbeabc Text Font Color

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

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


#cbeabc Background Color

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

This div background color is #cbeabc


#cbeabc Border Color

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

This div border color is #cbeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeabc


Comments

No comments written yet.

Please login to write comment.