Color Hex Logo

#cbe070 Color Hex

#CBE070
(203,224,112)
0 Favorites   0 Comments

Color spaces of #cbe070

RGB 203224112
HSL0.200.640.66
HSV71°50°88°
CMYK 0.090.000.50   0.12
XYZ54.208967.177725.4387
Yxy67.17770.36920.4575
Hunter Lab81.9620-25.375338.9715
CIE-Lab85.5936-23.254451.9810

#cbe070 color RGB value is (203,224,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01110000
Octal 313 340 160
Decimal 203 224 112
Hex CB E0 70

RGB Percentages of Color #cbe070

%37.66
%41.56
%20.78

CMYK Percentages of Color #cbe070

%9
%0
%50
%12

Triadic Colors of #cbe070

#cbe070 #70cbe0 #e070cb

Analogous Colors of #cbe070

#cbe070 #93e070 #e0bd70

Monochromatic Colors of #cbe070

#cbe070

Complementary Color

#cbe070 #8570e0

#cbe070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe070 Color CSS Codes

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

#cbe070 Text Font Color

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

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


#cbe070 Background Color

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

This div background color is #cbe070


#cbe070 Border Color

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

This div border color is #cbe070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe070


Comments

No comments written yet.

Please login to write comment.