Color Hex Logo

#cbe885 Color Hex

#CBE885
(203,232,133)
0 Favorites   0 Comments

Color spaces of #cbe885

RGB 203232133
HSL0.220.680.72
HSV78°43°91°
CMYK 0.130.000.43   0.09
XYZ57.718972.103233.0655
Yxy72.10320.35430.4427
Hunter Lab84.9136-27.265836.3519
CIE-Lab88.0182-24.942444.9101

#cbe885 color RGB value is (203,232,133).

#cbe885 hex color red value is 203, green value is 232 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cbe885 hue: 0.22 , saturation: 0.68 and the lightness value of cbe885 is 0.72.

The process color (four color CMYK) of #cbe885 color hex is 0.13, 0.00, 0.43, 0.09. Web safe color of #cbe885 is #ccff99. Color #cbe885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 10000101
Octal 313 350 205
Decimal 203 232 133
Hex CB E8 85

RGB Percentages of Color #cbe885

%35.74
%40.85
%23.42

CMYK Percentages of Color #cbe885

%13
%0
%43
%9

Triadic Colors of #cbe885

#cbe885 #85cbe8 #e885cb

Analogous Colors of #cbe885

#cbe885 #9ae885 #e8d485

Monochromatic Colors of #cbe885

#cbe885

Complementary Color

#cbe885 #a285e8

#cbe885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe885 Color CSS Codes

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

#cbe885 Text Font Color

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

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


#cbe885 Background Color

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

This div background color is #cbe885


#cbe885 Border Color

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

This div border color is #cbe885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe885


Comments

No comments written yet.

Please login to write comment.