Color Hex Logo

#cbe069 Color Hex

#CBE069
(203,224,105)
0 Favorites   0 Comments

Color spaces of #cbe069

RGB 203224105
HSL0.200.660.65
HSV71°53°88°
CMYK 0.090.000.53   0.12
XYZ53.834167.027723.4649
Yxy67.02770.37300.4644
Hunter Lab81.8704-25.900240.3162
CIE-Lab85.5179-23.886055.1225

#cbe069 color RGB value is (203,224,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01101001
Octal 313 340 151
Decimal 203 224 105
Hex CB E0 69

RGB Percentages of Color #cbe069

%38.16
%42.11
%19.74

CMYK Percentages of Color #cbe069

%9
%0
%53
%12

Triadic Colors of #cbe069

#cbe069 #69cbe0 #e069cb

Analogous Colors of #cbe069

#cbe069 #90e069 #e0ba69

Monochromatic Colors of #cbe069

#cbe069

Complementary Color

#cbe069 #7e69e0

#cbe069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe069 Color CSS Codes

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

#cbe069 Text Font Color

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

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


#cbe069 Background Color

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

This div background color is #cbe069


#cbe069 Border Color

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

This div border color is #cbe069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe069


Comments

No comments written yet.

Please login to write comment.