Color Hex Logo

#cbce4a Color Hex

#CBCE4A
(203,206,74)
0 Favorites   0 Comments

Color spaces of #cbce4a

RGB 20320674
HSL0.170.570.55
HSV61°64°81°
CMYK 0.010.000.64   0.19
XYZ47.935957.333515.0186
Yxy57.33350.39850.4766
Hunter Lab75.7189-19.503841.2432
CIE-Lab80.3668-17.379362.8133

#cbce4a color RGB value is (203,206,74).

#cbce4a hex color red value is 203, green value is 206 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbce4a hue: 0.17 , saturation: 0.57 and the lightness value of cbce4a is 0.55.

The process color (four color CMYK) of #cbce4a color hex is 0.01, 0.00, 0.64, 0.19. Web safe color of #cbce4a is #cccc33. Color #cbce4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 01001010
Octal 313 316 112
Decimal 203 206 74
Hex CB CE 4A

RGB Percentages of Color #cbce4a

%42.03
%42.65
%15.32

CMYK Percentages of Color #cbce4a

%1
%0
%64
%19

Triadic Colors of #cbce4a

#cbce4a #4acbce #ce4acb

Analogous Colors of #cbce4a

#cbce4a #89ce4a #ce8f4a

Monochromatic Colors of #cbce4a

#cbce4a

Complementary Color

#cbce4a #4d4ace

#cbce4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbce4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbce4a Color CSS Codes

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

#cbce4a Text Font Color

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

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


#cbce4a Background Color

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

This div background color is #cbce4a


#cbce4a Border Color

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

This div border color is #cbce4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbce4a


Comments

No comments written yet.

Please login to write comment.