Color Hex Logo

#cbe54f Color Hex

#CBE54F
(203,229,79)
0 Favorites   0 Comments

Color spaces of #cbe54f

RGB 20322979
HSL0.200.740.60
HSV70°66°90°
CMYK 0.110.000.66   0.10
XYZ54.059269.299617.9241
Yxy69.29960.38260.4905
Hunter Lab83.2464-29.765445.5065
CIE-Lab86.6522-28.199367.3751

#cbe54f color RGB value is (203,229,79).

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

The process color (four color CMYK) of #cbe54f color hex is 0.11, 0.00, 0.66, 0.10. Web safe color of #cbe54f is #cccc66. Color #cbe54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01001111
Octal 313 345 117
Decimal 203 229 79
Hex CB E5 4F

RGB Percentages of Color #cbe54f

%39.73
%44.81
%15.46

CMYK Percentages of Color #cbe54f

%11
%0
%66
%10

Triadic Colors of #cbe54f

#cbe54f #4fcbe5 #e54fcb

Analogous Colors of #cbe54f

#cbe54f #80e54f #e5b44f

Monochromatic Colors of #cbe54f

#cbe54f

Complementary Color

#cbe54f #694fe5

#cbe54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe54f Color CSS Codes

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

#cbe54f Text Font Color

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

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


#cbe54f Background Color

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

This div background color is #cbe54f


#cbe54f Border Color

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

This div border color is #cbe54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe54f


Comments

No comments written yet.

Please login to write comment.