Color Hex Logo

#cbe554 Color Hex

#CBE554
(203,229,84)
0 Favorites   0 Comments

Color spaces of #cbe554

RGB 20322984
HSL0.200.740.61
HSV71°63°90°
CMYK 0.110.000.63   0.10
XYZ54.248169.375218.9191
Yxy69.37520.38060.4867
Hunter Lab83.2918-29.503244.8370
CIE-Lab86.6895-27.878265.4476

#cbe554 color RGB value is (203,229,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01010100
Octal 313 345 124
Decimal 203 229 84
Hex CB E5 54

RGB Percentages of Color #cbe554

%39.34
%44.38
%16.28

CMYK Percentages of Color #cbe554

%11
%0
%63
%10

Triadic Colors of #cbe554

#cbe554 #54cbe5 #e554cb

Analogous Colors of #cbe554

#cbe554 #83e554 #e5b754

Monochromatic Colors of #cbe554

#cbe554

Complementary Color

#cbe554 #6e54e5

#cbe554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe554 Color CSS Codes

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

#cbe554 Text Font Color

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

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


#cbe554 Background Color

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

This div background color is #cbe554


#cbe554 Border Color

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

This div border color is #cbe554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe554


Comments

No comments written yet.

Please login to write comment.