Color Hex Logo

#cbe42d Color Hex

#CBE42D
(203,228,45)
0 Favorites   0 Comments

Color spaces of #cbe42d

RGB 20322845
HSL0.190.770.54
HSV68°80°89°
CMYK 0.110.000.80   0.11
XYZ52.845768.372812.8946
Yxy68.37280.39400.5098
Hunter Lab82.6878-30.624648.6356
CIE-Lab86.1925-29.341277.9787

#cbe42d color RGB value is (203,228,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00101101
Octal 313 344 55
Decimal 203 228 45
Hex CB E4 2D

RGB Percentages of Color #cbe42d

%42.65
%47.90
%9.45

CMYK Percentages of Color #cbe42d

%11
%0
%80
%11

Triadic Colors of #cbe42d

#cbe42d #2dcbe4 #e42dcb

Analogous Colors of #cbe42d

#cbe42d #70e42d #e4a22d

Monochromatic Colors of #cbe42d

#cbe42d

Complementary Color

#cbe42d #462de4

#cbe42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe42d Color CSS Codes

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

#cbe42d Text Font Color

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

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


#cbe42d Background Color

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

This div background color is #cbe42d


#cbe42d Border Color

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

This div border color is #cbe42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe42d


Comments

No comments written yet.

Please login to write comment.