Color Hex Logo

#cbe122 Color Hex

#CBE122
(203,225,34)
0 Favorites   0 Comments

Color spaces of #cbe122

RGB 20322534
HSL0.190.760.51
HSV67°85°88°
CMYK 0.100.000.85   0.12
XYZ51.842566.662411.6481
Yxy66.66240.39830.5122
Hunter Lab81.6470-29.542248.6944
CIE-Lab85.3332-28.255479.7696

#cbe122 color RGB value is (203,225,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 00100010
Octal 313 341 42
Decimal 203 225 34
Hex CB E1 22

RGB Percentages of Color #cbe122

%43.94
%48.70
%7.36

CMYK Percentages of Color #cbe122

%10
%0
%85
%12

Triadic Colors of #cbe122

#cbe122 #22cbe1 #e122cb

Analogous Colors of #cbe122

#cbe122 #6ce122 #e19822

Monochromatic Colors of #cbe122

#cbe122

Complementary Color

#cbe122 #3822e1

#cbe122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe122 Color CSS Codes

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

#cbe122 Text Font Color

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

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


#cbe122 Background Color

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

This div background color is #cbe122


#cbe122 Border Color

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

This div border color is #cbe122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe122


Comments

No comments written yet.

Please login to write comment.