Color Hex Logo

#cbe370 Color Hex

#CBE370
(203,227,112)
0 Favorites   0 Comments

Color spaces of #cbe370

RGB 203227112
HSL0.200.670.66
HSV73°51°89°
CMYK 0.110.000.51   0.11
XYZ55.022368.804525.7099
Yxy68.80450.36800.4601
Hunter Lab82.9485-26.755239.6870
CIE-Lab86.4071-24.697452.9475

#cbe370 color RGB value is (203,227,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 01110000
Octal 313 343 160
Decimal 203 227 112
Hex CB E3 70

RGB Percentages of Color #cbe370

%37.45
%41.88
%20.66

CMYK Percentages of Color #cbe370

%11
%0
%51
%11

Triadic Colors of #cbe370

#cbe370 #70cbe3 #e370cb

Analogous Colors of #cbe370

#cbe370 #92e370 #e3c270

Monochromatic Colors of #cbe370

#cbe370

Complementary Color

#cbe370 #8870e3

#cbe370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe370 Color CSS Codes

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

#cbe370 Text Font Color

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

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


#cbe370 Background Color

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

This div background color is #cbe370


#cbe370 Border Color

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

This div border color is #cbe370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe370


Comments

No comments written yet.

Please login to write comment.