Color Hex Logo

#cbe562 Color Hex

#CBE562
(203,229,98)
0 Favorites   0 Comments

Color spaces of #cbe562

RGB 20322998
HSL0.200.720.64
HSV72°57°90°
CMYK 0.110.000.57   0.10
XYZ54.852569.617022.1017
Yxy69.61700.37420.4750
Hunter Lab83.4368-28.666142.7003
CIE-Lab86.8087-26.857259.7165

#cbe562 color RGB value is (203,229,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01100010
Octal 313 345 142
Decimal 203 229 98
Hex CB E5 62

RGB Percentages of Color #cbe562

%38.30
%43.21
%18.49

CMYK Percentages of Color #cbe562

%11
%0
%57
%10

Triadic Colors of #cbe562

#cbe562 #62cbe5 #e562cb

Analogous Colors of #cbe562

#cbe562 #8ae562 #e5be62

Monochromatic Colors of #cbe562

#cbe562

Complementary Color

#cbe562 #7c62e5

#cbe562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe562 Color CSS Codes

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

#cbe562 Text Font Color

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

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


#cbe562 Background Color

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

This div background color is #cbe562


#cbe562 Border Color

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

This div border color is #cbe562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe562


Comments

No comments written yet.

Please login to write comment.