Color Hex Logo

#cbe584 Color Hex

#CBE584
(203,229,132)
0 Favorites   0 Comments

Color spaces of #cbe584

RGB 203229132
HSL0.210.650.71
HSV76°42°90°
CMYK 0.110.000.42   0.10
XYZ56.812870.401132.4242
Yxy70.40110.35590.4410
Hunter Lab83.9054-25.971035.8219
CIE-Lab87.1932-23.613644.3624

#cbe584 color RGB value is (203,229,132).

#cbe584 hex color red value is 203, green value is 229 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cbe584 hue: 0.21 , saturation: 0.65 and the lightness value of cbe584 is 0.71.

The process color (four color CMYK) of #cbe584 color hex is 0.11, 0.00, 0.42, 0.10. Web safe color of #cbe584 is #cccc99. Color #cbe584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 10000100
Octal 313 345 204
Decimal 203 229 132
Hex CB E5 84

RGB Percentages of Color #cbe584

%35.99
%40.60
%23.40

CMYK Percentages of Color #cbe584

%11
%0
%42
%10

Triadic Colors of #cbe584

#cbe584 #84cbe5 #e584cb

Analogous Colors of #cbe584

#cbe584 #9be584 #e5cf84

Monochromatic Colors of #cbe584

#cbe584

Complementary Color

#cbe584 #9e84e5

#cbe584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe584 Color CSS Codes

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

#cbe584 Text Font Color

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

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


#cbe584 Background Color

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

This div background color is #cbe584


#cbe584 Border Color

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

This div border color is #cbe584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe584


Comments

No comments written yet.

Please login to write comment.