Color Hex Logo

#cbe422 Color Hex

#CBE422
(203,228,34)
0 Favorites   0 Comments

Color spaces of #cbe422

RGB 20322834
HSL0.190.780.51
HSV68°85°89°
CMYK 0.110.000.85   0.11
XYZ52.660768.298811.9208
Yxy68.29880.39630.5140
Hunter Lab82.6431-30.884149.2979
CIE-Lab86.1556-29.662680.4525

#cbe422 color RGB value is (203,228,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00100010
Octal 313 344 42
Decimal 203 228 34
Hex CB E4 22

RGB Percentages of Color #cbe422

%43.66
%49.03
%7.31

CMYK Percentages of Color #cbe422

%11
%0
%85
%11

Triadic Colors of #cbe422

#cbe422 #22cbe4 #e422cb

Analogous Colors of #cbe422

#cbe422 #6ae422 #e49c22

Monochromatic Colors of #cbe422

#cbe422

Complementary Color

#cbe422 #3b22e4

#cbe422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe422 Color CSS Codes

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

#cbe422 Text Font Color

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

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


#cbe422 Background Color

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

This div background color is #cbe422


#cbe422 Border Color

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

This div border color is #cbe422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe422


Comments

No comments written yet.

Please login to write comment.