Color Hex Logo

#cbe162 Color Hex

#CBE162
(203,225,98)
0 Favorites   0 Comments

Color spaces of #cbe162

RGB 20322598
HSL0.200.680.63
HSV70°56°88°
CMYK 0.100.000.56   0.12
XYZ53.758467.428821.7370
Yxy67.42880.37610.4718
Hunter Lab82.1150-26.842441.7856
CIE-Lab85.7200-24.951158.4896

#cbe162 color RGB value is (203,225,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 01100010
Octal 313 341 142
Decimal 203 225 98
Hex CB E1 62

RGB Percentages of Color #cbe162

%38.59
%42.78
%18.63

CMYK Percentages of Color #cbe162

%10
%0
%56
%12

Triadic Colors of #cbe162

#cbe162 #62cbe1 #e162cb

Analogous Colors of #cbe162

#cbe162 #8ce162 #e1b862

Monochromatic Colors of #cbe162

#cbe162

Complementary Color

#cbe162 #7862e1

#cbe162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe162 Color CSS Codes

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

#cbe162 Text Font Color

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

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


#cbe162 Background Color

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

This div background color is #cbe162


#cbe162 Border Color

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

This div border color is #cbe162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe162


Comments

No comments written yet.

Please login to write comment.