Color Hex Logo

#cbe467 Color Hex

#CBE467
(203,228,103)
0 Favorites   0 Comments

Color spaces of #cbe467

RGB 203228103
HSL0.200.700.65
HSV72°55°89°
CMYK 0.110.000.55   0.11
XYZ54.820269.162623.2923
Yxy69.16260.37220.4696
Hunter Lab83.1641-27.873241.6091
CIE-Lab86.5845-25.972757.2562

#cbe467 color RGB value is (203,228,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01100111
Octal 313 344 147
Decimal 203 228 103
Hex CB E4 67

RGB Percentages of Color #cbe467

%38.01
%42.70
%19.29

CMYK Percentages of Color #cbe467

%11
%0
%55
%11

Triadic Colors of #cbe467

#cbe467 #67cbe4 #e467cb

Analogous Colors of #cbe467

#cbe467 #8de467 #e4bf67

Monochromatic Colors of #cbe467

#cbe467

Complementary Color

#cbe467 #8067e4

#cbe467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe467 Color CSS Codes

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

#cbe467 Text Font Color

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

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


#cbe467 Background Color

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

This div background color is #cbe467


#cbe467 Border Color

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

This div border color is #cbe467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe467


Comments

No comments written yet.

Please login to write comment.