Color Hex Logo

#cbe476 Color Hex

#CBE476
(203,228,118)
0 Favorites   0 Comments

Color spaces of #cbe476

RGB 203228118
HSL0.200.670.68
HSV74°48°89°
CMYK 0.110.000.48   0.11
XYZ55.642069.491327.6201
Yxy69.49130.36430.4549
Hunter Lab83.3614-26.737538.7085
CIE-Lab86.7468-24.602650.5443

#cbe476 color RGB value is (203,228,118).

#cbe476 hex color red value is 203, green value is 228 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cbe476 hue: 0.20 , saturation: 0.67 and the lightness value of cbe476 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01110110
Octal 313 344 166
Decimal 203 228 118
Hex CB E4 76

RGB Percentages of Color #cbe476

%36.98
%41.53
%21.49

CMYK Percentages of Color #cbe476

%11
%0
%48
%11

Triadic Colors of #cbe476

#cbe476 #76cbe4 #e476cb

Analogous Colors of #cbe476

#cbe476 #94e476 #e4c676

Monochromatic Colors of #cbe476

#cbe476

Complementary Color

#cbe476 #8f76e4

#cbe476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe476 Color CSS Codes

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

#cbe476 Text Font Color

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

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


#cbe476 Background Color

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

This div background color is #cbe476


#cbe476 Border Color

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

This div border color is #cbe476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe476


Comments

No comments written yet.

Please login to write comment.