Color Hex Logo

#cbe13e Color Hex

#CBE13E
(203,225,62)
0 Favorites   0 Comments

Color spaces of #cbe13e

RGB 20322562
HSL0.190.730.56
HSV68°72°88°
CMYK 0.100.000.72   0.12
XYZ52.423366.894714.7064
Yxy66.89470.39110.4991
Hunter Lab81.7892-28.720346.5916
CIE-Lab85.4507-27.242272.2998

#cbe13e color RGB value is (203,225,62).

#cbe13e hex color red value is 203, green value is 225 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cbe13e hue: 0.19 , saturation: 0.73 and the lightness value of cbe13e is 0.56.

The process color (four color CMYK) of #cbe13e color hex is 0.10, 0.00, 0.72, 0.12. Web safe color of #cbe13e is #cccc33. Color #cbe13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00111110
Octal 313 341 76
Decimal 203 225 62
Hex CB E1 3E

RGB Percentages of Color #cbe13e

%41.43
%45.92
%12.65

CMYK Percentages of Color #cbe13e

%10
%0
%72
%12

Triadic Colors of #cbe13e

#cbe13e #3ecbe1 #e13ecb

Analogous Colors of #cbe13e

#cbe13e #7ae13e #e1a63e

Monochromatic Colors of #cbe13e

#cbe13e

Complementary Color

#cbe13e #543ee1

#cbe13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe13e Color CSS Codes

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

#cbe13e Text Font Color

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

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


#cbe13e Background Color

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

This div background color is #cbe13e


#cbe13e Border Color

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

This div border color is #cbe13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe13e


Comments

No comments written yet.

Please login to write comment.