Color Hex Logo

#cbe50f Color Hex

#CBE50F
(203,229,15)
0 Favorites   0 Comments

Color spaces of #cbe50f

RGB 20322915
HSL0.190.880.48
HSV67°93°90°
CMYK 0.110.000.93   0.10
XYZ52.734168.769610.9464
Yxy68.76960.39810.5192
Hunter Lab82.9274-31.613750.2229
CIE-Lab86.3898-30.481383.5376

#cbe50f color RGB value is (203,229,15).

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

The process color (four color CMYK) of #cbe50f color hex is 0.11, 0.00, 0.93, 0.10. Web safe color of #cbe50f is #cccc00. Color #cbe50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 00001111
Octal 313 345 17
Decimal 203 229 15
Hex CB E5 F

RGB Percentages of Color #cbe50f

%45.41
%51.23
%3.36

CMYK Percentages of Color #cbe50f

%11
%0
%93
%10

Triadic Colors of #cbe50f

#cbe50f #0fcbe5 #e50fcb

Analogous Colors of #cbe50f

#cbe50f #60e50f #e5940f

Monochromatic Colors of #cbe50f

#cbe50f

Complementary Color

#cbe50f #290fe5

#cbe50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe50f Color CSS Codes

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

#cbe50f Text Font Color

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

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


#cbe50f Background Color

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

This div background color is #cbe50f


#cbe50f Border Color

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

This div border color is #cbe50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe50f


Comments

No comments written yet.

Please login to write comment.