Color Hex Logo

#cbf05d Color Hex

#CBF05D
(203,240,93)
1 Favorites   0 Comments

Color spaces of #cbf05d

RGB 20324093
HSL0.210.830.65
HSV75°61°94°
CMYK 0.150.000.61   0.06
XYZ57.764575.807021.9436
Yxy75.80700.37140.4875
Hunter Lab87.0672-33.942346.0042
CIE-Lab89.7697-32.380265.1025

#cbf05d color RGB value is (203,240,93).

#cbf05d hex color red value is 203, green value is 240 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cbf05d hue: 0.21 , saturation: 0.83 and the lightness value of cbf05d is 0.65.

The process color (four color CMYK) of #cbf05d color hex is 0.15, 0.00, 0.61, 0.06. Web safe color of #cbf05d is #ccff66. Color #cbf05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110000 01011101
Octal 313 360 135
Decimal 203 240 93
Hex CB F0 5D

RGB Percentages of Color #cbf05d

%37.87
%44.78
%17.35

CMYK Percentages of Color #cbf05d

%15
%0
%61
%6

Triadic Colors of #cbf05d

#cbf05d #5dcbf0 #f05dcb

Analogous Colors of #cbf05d

#cbf05d #82f05d #f0cc5d

Monochromatic Colors of #cbf05d

#cbf05d

Complementary Color

#cbf05d #825df0

#cbf05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf05d Color CSS Codes

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

#cbf05d Text Font Color

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

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


#cbf05d Background Color

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

This div background color is #cbf05d


#cbf05d Border Color

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

This div border color is #cbf05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf05d


Comments

No comments written yet.

Please login to write comment.