Color Hex Logo

#cbe384 Color Hex

#CBE384
(203,227,132)
0 Favorites   0 Comments

Color spaces of #cbe384

RGB 203227132
HSL0.210.630.70
HSV75°42°89°
CMYK 0.110.000.42   0.11
XYZ56.262569.300632.2408
Yxy69.30060.35650.4392
Hunter Lab83.2470-25.042935.3104
CIE-Lab86.6527-22.648143.6828

#cbe384 color RGB value is (203,227,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 10000100
Octal 313 343 204
Decimal 203 227 132
Hex CB E3 84

RGB Percentages of Color #cbe384

%36.12
%40.39
%23.49

CMYK Percentages of Color #cbe384

%11
%0
%42
%11

Triadic Colors of #cbe384

#cbe384 #84cbe3 #e384cb

Analogous Colors of #cbe384

#cbe384 #9ce384 #e3cc84

Monochromatic Colors of #cbe384

#cbe384

Complementary Color

#cbe384 #9c84e3

#cbe384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe384 Color CSS Codes

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

#cbe384 Text Font Color

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

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


#cbe384 Background Color

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

This div background color is #cbe384


#cbe384 Border Color

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

This div border color is #cbe384


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,227,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 #cbe384">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe384


Comments

No comments written yet.

Please login to write comment.