Color Hex Logo

#cbe077 Color Hex

#CBE077
(203,224,119)
0 Favorites   0 Comments

Color spaces of #cbe077

RGB 203224119
HSL0.200.630.67
HSV72°47°88°
CMYK 0.090.000.47   0.12
XYZ54.614067.339727.5722
Yxy67.33970.36520.4504
Hunter Lab82.0608-24.809037.5213
CIE-Lab85.6752-22.575848.7701

#cbe077 color RGB value is (203,224,119).

#cbe077 hex color red value is 203, green value is 224 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cbe077 hue: 0.20 , saturation: 0.63 and the lightness value of cbe077 is 0.67.

The process color (four color CMYK) of #cbe077 color hex is 0.09, 0.00, 0.47, 0.12. Web safe color of #cbe077 is #cccc66. Color #cbe077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01110111
Octal 313 340 167
Decimal 203 224 119
Hex CB E0 77

RGB Percentages of Color #cbe077

%37.18
%41.03
%21.79

CMYK Percentages of Color #cbe077

%9
%0
%47
%12

Triadic Colors of #cbe077

#cbe077 #77cbe0 #e077cb

Analogous Colors of #cbe077

#cbe077 #97e077 #e0c177

Monochromatic Colors of #cbe077

#cbe077

Complementary Color

#cbe077 #8c77e0

#cbe077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe077 Color CSS Codes

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

#cbe077 Text Font Color

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

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


#cbe077 Background Color

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

This div background color is #cbe077


#cbe077 Border Color

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

This div border color is #cbe077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe077


Comments

No comments written yet.

Please login to write comment.