Color Hex Logo

#cbe47b Color Hex

#CBE47B
(203,228,123)
0 Favorites   0 Comments

Color spaces of #cbe47b

RGB 203228123
HSL0.210.660.69
HSV74°46°89°
CMYK 0.110.000.46   0.11
XYZ55.947269.613429.2269
Yxy69.61340.36140.4497
Hunter Lab83.4346-26.317237.6351
CIE-Lab86.8069-24.098548.2391

#cbe47b color RGB value is (203,228,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01111011
Octal 313 344 173
Decimal 203 228 123
Hex CB E4 7B

RGB Percentages of Color #cbe47b

%36.64
%41.16
%22.20

CMYK Percentages of Color #cbe47b

%11
%0
%46
%11

Triadic Colors of #cbe47b

#cbe47b #7bcbe4 #e47bcb

Analogous Colors of #cbe47b

#cbe47b #97e47b #e4c97b

Monochromatic Colors of #cbe47b

#cbe47b

Complementary Color

#cbe47b #947be4

#cbe47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe47b Color CSS Codes

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

#cbe47b Text Font Color

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

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


#cbe47b Background Color

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

This div background color is #cbe47b


#cbe47b Border Color

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

This div border color is #cbe47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe47b


Comments

No comments written yet.

Please login to write comment.