Color Hex Logo

#cbe949 Color Hex

#CBE949
(203,233,73)
0 Favorites   0 Comments

Color spaces of #cbe949

RGB 20323373
HSL0.200.780.60
HSV71°69°91°
CMYK 0.130.000.69   0.09
XYZ54.970171.455417.1984
Yxy71.45540.38270.4975
Hunter Lab84.5313-31.852547.1090
CIE-Lab87.7058-30.426870.6914

#cbe949 color RGB value is (203,233,73).

#cbe949 hex color red value is 203, green value is 233 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cbe949 hue: 0.20 , saturation: 0.78 and the lightness value of cbe949 is 0.60.

The process color (four color CMYK) of #cbe949 color hex is 0.13, 0.00, 0.69, 0.09. Web safe color of #cbe949 is #ccff33. Color #cbe949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 01001001
Octal 313 351 111
Decimal 203 233 73
Hex CB E9 49

RGB Percentages of Color #cbe949

%39.88
%45.78
%14.34

CMYK Percentages of Color #cbe949

%13
%0
%69
%9

Triadic Colors of #cbe949

#cbe949 #49cbe9 #e949cb

Analogous Colors of #cbe949

#cbe949 #7be949 #e9b749

Monochromatic Colors of #cbe949

#cbe949

Complementary Color

#cbe949 #6749e9

#cbe949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe949 Color CSS Codes

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

#cbe949 Text Font Color

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

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


#cbe949 Background Color

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

This div background color is #cbe949


#cbe949 Border Color

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

This div border color is #cbe949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe949


Comments

No comments written yet.

Please login to write comment.