Color Hex Logo

#cbe44a Color Hex

#CBE44A
(203,228,74)
0 Favorites   0 Comments

Color spaces of #cbe44a

RGB 20322874
HSL0.190.740.59
HSV70°68°89°
CMYK 0.110.000.68   0.11
XYZ53.608068.677716.9093
Yxy68.67770.38510.4934
Hunter Lab82.8720-29.558545.9128
CIE-Lab86.3442-28.027568.9530

#cbe44a color RGB value is (203,228,74).

#cbe44a hex color red value is 203, green value is 228 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbe44a hue: 0.19 , saturation: 0.74 and the lightness value of cbe44a is 0.59.

The process color (four color CMYK) of #cbe44a color hex is 0.11, 0.00, 0.68, 0.11. Web safe color of #cbe44a is #cccc33. Color #cbe44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01001010
Octal 313 344 112
Decimal 203 228 74
Hex CB E4 4A

RGB Percentages of Color #cbe44a

%40.20
%45.15
%14.65

CMYK Percentages of Color #cbe44a

%11
%0
%68
%11

Triadic Colors of #cbe44a

#cbe44a #4acbe4 #e44acb

Analogous Colors of #cbe44a

#cbe44a #7ee44a #e4b04a

Monochromatic Colors of #cbe44a

#cbe44a

Complementary Color

#cbe44a #634ae4

#cbe44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe44a Color CSS Codes

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

#cbe44a Text Font Color

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

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


#cbe44a Background Color

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

This div background color is #cbe44a


#cbe44a Border Color

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

This div border color is #cbe44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe44a


Comments

No comments written yet.

Please login to write comment.