Color Hex Logo

#cbe51f Color Hex

#CBE51F
(203,229,31)
0 Favorites   0 Comments

Color spaces of #cbe51f

RGB 20322931
HSL0.190.790.51
HSV68°86°90°
CMYK 0.110.000.86   0.10
XYZ52.895268.834111.7948
Yxy68.83410.39610.5155
Hunter Lab82.9663-31.388349.6475
CIE-Lab86.4218-30.201381.2497

#cbe51f color RGB value is (203,229,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 00011111
Octal 313 345 37
Decimal 203 229 31
Hex CB E5 1F

RGB Percentages of Color #cbe51f

%43.84
%49.46
%6.70

CMYK Percentages of Color #cbe51f

%11
%0
%86
%10

Triadic Colors of #cbe51f

#cbe51f #1fcbe5 #e51fcb

Analogous Colors of #cbe51f

#cbe51f #68e51f #e59c1f

Monochromatic Colors of #cbe51f

#cbe51f

Complementary Color

#cbe51f #391fe5

#cbe51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe51f Color CSS Codes

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

#cbe51f Text Font Color

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

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


#cbe51f Background Color

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

This div background color is #cbe51f


#cbe51f Border Color

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

This div border color is #cbe51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe51f


Comments

No comments written yet.

Please login to write comment.