Color Hex Logo

#cebd38 Color Hex

#CEBD38
(206,189,56)
0 Favorites   0 Comments

Color spaces of #cebd38

RGB 20618956
HSL0.150.600.51
HSV53°73°81°
CMYK 0.000.080.73   0.19
XYZ44.365049.802511.0159
Yxy49.80250.42180.4735
Hunter Lab70.5709-11.283540.1446
CIE-Lab75.9479-8.470965.3378

#cebd38 color RGB value is (206,189,56).

#cebd38 hex color red value is 206, green value is 189 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #cebd38 hue: 0.15 , saturation: 0.60 and the lightness value of cebd38 is 0.51.

The process color (four color CMYK) of #cebd38 color hex is 0.00, 0.08, 0.73, 0.19. Web safe color of #cebd38 is #cccc33. Color #cebd38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 00111000
Octal 316 275 70
Decimal 206 189 56
Hex CE BD 38

RGB Percentages of Color #cebd38

%45.68
%41.91
%12.42

CMYK Percentages of Color #cebd38

%0
%8
%73
%19

Triadic Colors of #cebd38

#cebd38 #38cebd #bd38ce

Analogous Colors of #cebd38

#cebd38 #94ce38 #ce7238

Monochromatic Colors of #cebd38

#cebd38

Complementary Color

#cebd38 #3849ce

#cebd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebd38 Color CSS Codes

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

#cebd38 Text Font Color

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

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


#cebd38 Background Color

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

This div background color is #cebd38


#cebd38 Border Color

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

This div border color is #cebd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebd38


Comments

No comments written yet.

Please login to write comment.