Color Hex Logo

#cbce52 Color Hex

#CBCE52
(203,206,82)
0 Favorites   0 Comments

Color spaces of #cbce52

RGB 20320682
HSL0.170.560.56
HSV61°60°81°
CMYK 0.010.000.60   0.19
XYZ48.222957.448316.5297
Yxy57.44830.39460.4701
Hunter Lab75.7947-19.073440.1260
CIE-Lab80.4311-16.863659.5685

#cbce52 color RGB value is (203,206,82).

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

The process color (four color CMYK) of #cbce52 color hex is 0.01, 0.00, 0.60, 0.19. Web safe color of #cbce52 is #cccc66. Color #cbce52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 01010010
Octal 313 316 122
Decimal 203 206 82
Hex CB CE 52

RGB Percentages of Color #cbce52

%41.34
%41.96
%16.70

CMYK Percentages of Color #cbce52

%1
%0
%60
%19

Triadic Colors of #cbce52

#cbce52 #52cbce #ce52cb

Analogous Colors of #cbce52

#cbce52 #8dce52 #ce9352

Monochromatic Colors of #cbce52

#cbce52

Complementary Color

#cbce52 #5552ce

#cbce52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbce52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbce52 Color CSS Codes

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

#cbce52 Text Font Color

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

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


#cbce52 Background Color

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

This div background color is #cbce52


#cbce52 Border Color

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

This div border color is #cbce52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbce52


Comments

No comments written yet.

Please login to write comment.