Color Hex Logo

#cbe541 Color Hex

#CBE541
(203,229,65)
0 Favorites   0 Comments

Color spaces of #cbe541

RGB 20322965
HSL0.190.760.58
HSV70°72°90°
CMYK 0.110.000.72   0.10
XYZ53.602069.116815.5168
Yxy69.11680.38780.5000
Hunter Lab83.1365-30.401647.1295
CIE-Lab86.5619-28.981172.3642

#cbe541 color RGB value is (203,229,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01000001
Octal 313 345 101
Decimal 203 229 65
Hex CB E5 41

RGB Percentages of Color #cbe541

%40.85
%46.08
%13.08

CMYK Percentages of Color #cbe541

%11
%0
%72
%10

Triadic Colors of #cbe541

#cbe541 #41cbe5 #e541cb

Analogous Colors of #cbe541

#cbe541 #79e541 #e5ad41

Monochromatic Colors of #cbe541

#cbe541

Complementary Color

#cbe541 #5b41e5

#cbe541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe541 Color CSS Codes

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

#cbe541 Text Font Color

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

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


#cbe541 Background Color

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

This div background color is #cbe541


#cbe541 Border Color

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

This div border color is #cbe541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe541


Comments

No comments written yet.

Please login to write comment.