Color Hex Logo

#cbe46b Color Hex

#CBE46B
(203,228,107)
0 Favorites   0 Comments

Color spaces of #cbe46b

RGB 203228107
HSL0.200.690.66
HSV72°53°89°
CMYK 0.110.000.53   0.11
XYZ55.025869.244924.3753
Yxy69.24490.37020.4658
Hunter Lab83.2135-27.588740.8820
CIE-Lab86.6252-25.628355.5005

#cbe46b color RGB value is (203,228,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01101011
Octal 313 344 153
Decimal 203 228 107
Hex CB E4 6B

RGB Percentages of Color #cbe46b

%37.73
%42.38
%19.89

CMYK Percentages of Color #cbe46b

%11
%0
%53
%11

Triadic Colors of #cbe46b

#cbe46b #6bcbe4 #e46bcb

Analogous Colors of #cbe46b

#cbe46b #8fe46b #e4c16b

Monochromatic Colors of #cbe46b

#cbe46b

Complementary Color

#cbe46b #846be4

#cbe46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe46b Color CSS Codes

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

#cbe46b Text Font Color

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

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


#cbe46b Background Color

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

This div background color is #cbe46b


#cbe46b Border Color

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

This div border color is #cbe46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe46b


Comments

No comments written yet.

Please login to write comment.