Color Hex Logo

#cbe880 Color Hex

#CBE880
(203,232,128)
0 Favorites   0 Comments

Color spaces of #cbe880

RGB 203232128
HSL0.210.690.71
HSV77°45°91°
CMYK 0.130.000.45   0.09
XYZ57.381571.968231.2890
Yxy71.96820.35720.4480
Hunter Lab84.8341-27.722837.5162
CIE-Lab87.9533-25.489147.2501

#cbe880 color RGB value is (203,232,128).

#cbe880 hex color red value is 203, green value is 232 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbe880 hue: 0.21 , saturation: 0.69 and the lightness value of cbe880 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 10000000
Octal 313 350 200
Decimal 203 232 128
Hex CB E8 80

RGB Percentages of Color #cbe880

%36.06
%41.21
%22.74

CMYK Percentages of Color #cbe880

%13
%0
%45
%9

Triadic Colors of #cbe880

#cbe880 #80cbe8 #e880cb

Analogous Colors of #cbe880

#cbe880 #97e880 #e8d180

Monochromatic Colors of #cbe880

#cbe880

Complementary Color

#cbe880 #9d80e8

#cbe880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe880 Color CSS Codes

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

#cbe880 Text Font Color

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

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


#cbe880 Background Color

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

This div background color is #cbe880


#cbe880 Border Color

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

This div border color is #cbe880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe880


Comments

No comments written yet.

Please login to write comment.