Color Hex Logo

#cbe570 Color Hex

#CBE570
(203,229,112)
0 Favorites   0 Comments

Color spaces of #cbe570

RGB 203229112
HSL0.200.690.67
HSV73°51°90°
CMYK 0.110.000.51   0.10
XYZ55.572569.905025.8933
Yxy69.90500.36710.4618
Hunter Lab83.6092-27.672640.1647
CIE-Lab86.9502-25.654053.5906

#cbe570 color RGB value is (203,229,112).

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

The process color (four color CMYK) of #cbe570 color hex is 0.11, 0.00, 0.51, 0.10. Web safe color of #cbe570 is #cccc66. Color #cbe570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01110000
Octal 313 345 160
Decimal 203 229 112
Hex CB E5 70

RGB Percentages of Color #cbe570

%37.32
%42.10
%20.59

CMYK Percentages of Color #cbe570

%11
%0
%51
%10

Triadic Colors of #cbe570

#cbe570 #70cbe5 #e570cb

Analogous Colors of #cbe570

#cbe570 #91e570 #e5c570

Monochromatic Colors of #cbe570

#cbe570

Complementary Color

#cbe570 #8a70e5

#cbe570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe570 Color CSS Codes

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

#cbe570 Text Font Color

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

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


#cbe570 Background Color

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

This div background color is #cbe570


#cbe570 Border Color

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

This div border color is #cbe570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe570


Comments

No comments written yet.

Please login to write comment.