Color Hex Logo

#cbe160 Color Hex

#CBE160
(203,225,96)
0 Favorites   0 Comments

Color spaces of #cbe160

RGB 20322596
HSL0.200.680.63
HSV70°57°88°
CMYK 0.100.000.57   0.12
XYZ53.665167.391521.2457
Yxy67.39150.37710.4736
Hunter Lab82.0923-26.973242.1202
CIE-Lab85.7013-25.109659.3446

#cbe160 color RGB value is (203,225,96).

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

The process color (four color CMYK) of #cbe160 color hex is 0.10, 0.00, 0.57, 0.12. Web safe color of #cbe160 is #cccc66. Color #cbe160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 01100000
Octal 313 341 140
Decimal 203 225 96
Hex CB E1 60

RGB Percentages of Color #cbe160

%38.74
%42.94
%18.32

CMYK Percentages of Color #cbe160

%10
%0
%57
%12

Triadic Colors of #cbe160

#cbe160 #60cbe1 #e160cb

Analogous Colors of #cbe160

#cbe160 #8be160 #e1b760

Monochromatic Colors of #cbe160

#cbe160

Complementary Color

#cbe160 #7660e1

#cbe160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe160 Color CSS Codes

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

#cbe160 Text Font Color

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

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


#cbe160 Background Color

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

This div background color is #cbe160


#cbe160 Border Color

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

This div border color is #cbe160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe160


Comments

No comments written yet.

Please login to write comment.